| !Run file for !PVupdate
| Written by Paul Vigay (C) 2001-2002
|
Set PVupdate$Dir <Obey$Dir>
Iconsprites <PVupdate$Dir>.!Sprites
set PVupdate$Help <obey$dir>.Documents.index/html
set PVupdate$Version "1.06"
set PVupdate$Web "http://www.vigay.com/software"
set PVupdate$Title "PVupdate"
set PVupdate$Publisher "Paul Vigay"
set PVupdate$Description "A multi-purpose updater for my Paul Vigay's applications."
|
if "<PVupdate$Running>" <> "" then error PVupdate is already running.
|
RMEnsure ABCLibrary 4.13 RMLoad System:modules.ABCLib
RMEnsure ABCLibrary 4.13 Error PVupdate requires ABCLibrary version 4.13 or later.
|
Wimpslot -min 188k -max 188k
Run <PVupdate$Dir>.!RunImage %*0
